home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / boyan51b.zip / PRN-DRWY.DOC < prev    next >
Text File  |  1993-11-15  |  2KB  |  40 lines

  1.  
  2. The PRN-DRWY.BAM action module for BOYAN 5.1 is identical to DOORWAY.BAM,
  3. except that it interprets print codes sent by DOORWAY to enable remote
  4. printing.  It follows the scheme described in the DWCOMM documentation:
  5.  
  6.   1.  DOORWAY must be invoked with the /Y:R parameter on its command line
  7.       (refer to DOORWAY documentation).
  8.  
  9.   2.  When DOORWAY requests the cursor position, the PRN-DRWY module will
  10.       respond with the bogus position (0,0).  This signals to DOORWAY that
  11.       print codes will be intercepted properly.  It does mean that cursor-
  12.       positioning requests are broken, however.  Surely a better system
  13.       could have been devised?
  14.  
  15.   3.  The sequence ^[[#;nnnP triggers printing of the following nnn < 256
  16.       characters.  Clearly this protocol is very susceptible to line hits;
  17.       it is recommended for use only with error-correcting modems.
  18.  
  19.   4.  BOYAN ignores the # argument which specifies the printer port used
  20.       on the remote host.  Use the BOYAN \PP[x] macro to select the local
  21.       printer port.  If you need to frequently switch between printers,
  22.       it would be easy to bind the macros \PP[1] , \PP[2] , and \PP[3] to
  23.       (say) the Alt-1, Alt-2, and Alt-3 keys.
  24.  
  25.   5.  Pressing <ESC> (or right mouse button) will abort printing--for
  26.       example, if BOYAN is caught waiting for the 255'th character, and
  27.       the host had only sent 254.
  28.  
  29.   6.  It's easy to install PRN-DRWY.BAM into BOYAN 5.0.  First copy the
  30.       BAM file into your BOYAN directory.  Then run BOYAN, go to Config
  31.       Area <A> and select option [A]--Add action module.  Type "P" for the
  32.       menu letter, then "PRN-DRWY" <Enter>.  Caution:  PRN-DRWY should not
  33.       be chosen as the default BAM for BOYAN; however you *can* add the
  34.       command \AM[P] to your init macro, which has the same effect.
  35.  
  36.       That's all there is to it!
  37.  
  38. Justin Boyan
  39. 16 Nov 1991
  40.